@AppKu/StashKu
v1.0.46
Introduction
Tutorials
Going Next-Level with Models
Requests: DELETE
Requests: GET
Requests: OPTIONS
Requests: PATCH
Requests: POST
Requests: PUT
Requests: Where (Filters)
Using the CLI
Using the Fetch Engine
Using the Memory Engine
Writing Your Own Engine
Writing Your Own Middleware
Classes
C
BaseEngine
M
config
M
log
M
name
F
configure
F
delete
F
destroy
F
get
F
options
F
patch
F
post
F
put
F
resources
C
DeleteRequest
M
method
F
all
F
clear
F
count
F
from
F
headers
F
toJSON
F
where
C
FetchEngine
M
config
M
data
F
configure
F
delete
F
get
F
options
F
patch
F
post
F
put
F
resources
C
Filter
M
LOGIC
M
OP
M
dot
M
tree
F
and
F
fromObject
F
isEmpty
F
or
F
parse
F
tmpl
F
add
F
and
F
clone
F
or
F
test
F
toJSON
F
toString
F
walk
C
GetRequest
M
method
F
clear
F
count
F
distinct
F
from
F
headers
F
one
F
properties
F
skip
F
sort
F
take
F
toJSON
F
where
C
Logger
M
callback
F
debug
F
error
F
info
F
warn
C
Main
M
cmd
M
state
F
configure
F
request
F
utility
C
MemoryEngine
M
config
M
data
F
configure
F
delete
F
get
F
options
F
patch
F
post
F
put
F
resourceOf
F
resources
C
ModelGenerator
F
formatModelName
F
formatPropName
F
generateModelType
C
ModelUtility
F
isValidType
F
map
F
model
F
pk
F
resource
F
schema
F
unmodel
F
unmodelFilters
F
unmodelProperties
F
unmodelPropertyOmit
F
unmodelSorts
C
OptionsExporter
F
export
F
makePropertyJSDoc
F
toJavascriptPropertyDefaultReference
F
toJavaScriptString
C
OptionsRequest
M
method
F
all
F
clear
F
from
F
headers
F
toJSON
C
PatchRequest
M
method
F
all
F
clear
F
count
F
headers
F
template
F
to
F
toJSON
F
where
C
PostRequest
M
method
F
clear
F
count
F
headers
F
objects
F
to
F
toJSON
C
PutRequest
M
method
F
clear
F
count
F
headers
F
objects
F
pk
F
to
F
toJSON
C
RequestProcessor
M
options
F
buildGet
F
buildOptions
F
start
C
Response
M
affected
M
code
M
data
M
returned
M
total
F
empty
F
one
C
RESTError
M
code
M
data
M
innerError
C
Sort
M
dir
M
property
F
asc
F
desc
F
parse
F
toString
C
StashKu
M
config
M
engine
M
log
M
middleware
M
stats
F
parseDelete
F
parseGet
F
parseOptions
F
parsePatch
F
parsePost
F
parsePut
F
requestFromFile
F
requestFromObject
F
configure
F
delete
F
destroy
F
get
F
http
F
middlerun
F
model
F
options
F
patch
F
post
F
put
F
use
C
UtilityProcessor
F
start
Modules
M
StringUtility
Namespaces
N
CLI
N
Filtering
N
Modeling
Globals
T
ConditionCallback
T
Constructor
T
DeleteRequestCallback
T
GetRequestCallback
F
HttpRequestLoader
M
ISO8601Date
T
LoggerCallback
M
LOGIC_KEYS
T
MainState
T
MemoryEngineConfiguration
T
MemoryRequestHeader
T
ModelNameResolveCallback
M
OP_MAP
T
OptionsRequestCallback
F
PackageLoader
T
ParserToken
T
PatchRequestCallback
T
PostRequestCallback
T
PutRequestCallback
T
SortToken
F
start
T
StashKuConfiguration
T
StashKuMiddleware
T
StashKuMiddlewareCallback
T
StashKuMiddlewareLogCallback
T
StashKuModelConfiguration
Tutorial: Requests: DELETE
Coming Soon